home *** CD-ROM | disk | FTP | other *** search
- head 1.1;
- branch ;
- access ;
- symbols ;
- locks ;
- comment @@;
-
-
- 1.1
- date 91.12.07.03.37.15; author melling; state Exp;
- branches ;
- next ;
-
-
- desc
- @Tetris 1.1
- @
-
-
-
- 1.1
- log
- @Initial revision
- @
- text
- @defineps PSgameover(float w)
- gsave
- (Times-Bold) findfont 48.0 scalefont setfont
- 0.333 setgray
- (GAME) dup stringwidth
- 44.0 add exch 2 div w 2 div exch sub exch
- 3 copy 3 copy
- exch 2.0 add exch moveto show
- 0.0 setgray
- exch 2.0 sub exch moveto show
- 1.0 setgray
- moveto show
-
- 0.333 setgray
- (OVER) dup stringwidth
- 4.0 add exch 2 div w 2 div exch sub exch
- 3 copy 3 copy
- exch 2.0 add exch moveto show
- 0.0 setgray
- exch 2.0 sub exch moveto show
- 1.0 setgray
- moveto show
- grestore
- endps
- @
-